internal/runtime/maps.Map.growToSmall (method)
8 uses
internal/runtime/maps (current package)
map.go#L498: m.growToSmall(typ)
map.go#L598: func (m *Map) growToSmall(typ *abi.MapType) {
runtime.go#L233: m.growToSmall(typ)
runtime_fast32.go#L216: m.growToSmall(typ)
runtime_fast32.go#L356: m.growToSmall(typ)
runtime_fast64.go#L217: m.growToSmall(typ)
runtime_fast64.go#L395: m.growToSmall(typ)
runtime_faststr.go#L284: m.growToSmall(typ)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |